Plugins

Everything is a plugin. Use plugins to extend the capabilities of NocoBase.

The complete plugin marketplace is expected to go live in the fourth quarter of 2024. Until then, if you need to purchase plugins or sell your plugins, please contact us to discuss the details.

Contact to buy or sell plugins

Newly launched

Data source: External Oracle
By NocoBase

Connect to external Oracle databases as data sources.

Data source: External SQL Server
By NocoBase

Connect to external SQL Server databases as data sources. Details

Data source: HTTP API
By NocoBase

Connect to external HTTP API as data sources. Details

Workflow: Date&time calculation node
By NocoBase

Calculate, compare, and format dates and times. Details

Coming soon

Workflow: Script node
By NocoBase

Write and execute JavaScript in the node.

Field: Data masking
By NocoBase

Output and display sensitive content in a masked format.

Public forms
By NocoBase

Share public forms externally to collect information from anonymous users.

Block: Multi-step forms
By NocoBase

Break the form with many fields into multiple steps to ease the burden on users.

Fields: Nested query
By NocoBase

Dynamically calculate or retrieve specific data related to the main query and display it as part of the result set.

Block: Action panel
By NocoBase

Used to add various actions and display them as a list or large icons.

Data model tools

Data source manager
By NocoBase

Manage data sources, including the built-in Main database, external databases, APIs, etc. Details

Graph collection manager
By NocoBase

An ER diagram-like tool. Currently only the Main database is supported. Details

Data sources

Data source: Main database
By NocoBase

NocoBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on. Details

Data source: External MySQL
By NocoBase

Connect to external MySQL databases as data sources. Details

Data source: External MariaDB
By NocoBase

Connect to external MariaDB databases as data sources. Details

Data source: External PostgreSQL
By NocoBase

Connect to external PostgreSQL databases as data sources. Details

Data source: External Oracle
By NocoBase

Connect to external Oracle databases as data sources.

Data source: External SQL Server
By NocoBase

Connect to external SQL Server databases as data sources. Details

Data source: HTTP API
By NocoBase

Connect to external HTTP API as data sources. Details

Collections

Collection: Calendar
By NocoBase

Provides calendar collection for managing date data, typically for date/time related information such as events, appointments, tasks, and so on. Details

Collection: Database view
By NocoBase

Create a collection with database view. Details

Collection: Tree
By NocoBase

Provides tree structure collection Details

Collection: Expression
By NocoBase

Used to store expressions for use in workflows so that different expressions can be called for different data. Details

Collection: File
By NocoBase

Files are collection records with a specific structure, the collection is known as file collection, which store the metadata of files and can be managed through the File Manager. Details

Collection: SQL
By NocoBase

Quickly present structured SQL query results without the need to create views, commonly used for complex join queries, statistics, and other scenarios. Details

Collection: Comment
By NocoBase

Provides comment collection template to add commenting functionality for any collection.

Collection: Connect to foreign data (FDW)
By NocoBase

Connection to remote data tables implemented based on the database's foreign data wrapper (FDW), currently supporting MySQL and PostgreSQL databases. Details

Collection fields

Collection fields: Formula
By NocoBase

Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions. Details

Collection fields: Markdown(Vditor)
By NocoBase

Used to store Markdown and render it using Vditor editor, supports common Markdown syntax and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get. Details

Collection fields: Sequence
By NocoBase

Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text. Details

Collection fields: Attachment
By NocoBase

The attachment field is a specific relational field associated with the file collection. Details

Collection fields: China region
By NocoBase

Provides data and field type for administrative divisions of China. Details

Field: Data masking
By NocoBase

Output and display sensitive content in a masked format.

Fields: Nested query
By NocoBase

Dynamically calculate or retrieve specific data related to the main query and display it as part of the result set.

Blocks

Data visualization
By NocoBase

Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types. Details

Block: Calendar
By NocoBase

Provides calendar block. Details

Block: Gantt
By NocoBase

Provides Gantt block. Details

Block: Kanban
By NocoBase

Provides kanban block. Details

Block: Map
By NocoBase

Map block, support Gaode map and Google map, you can also extend more map types. Details

Block: iframe
By NocoBase

Create an iframe block on the page to embed and display external web pages or content. Details

Block: Workbench
By NocoBase

Add buttons for actions, links, etc. in the workbench block to quickly initiate actions and jump pages.

Block: Tree
By NocoBase

Use the tree component to present data as filter blocks that can be connected to other data blocks. Details

Block: Multi-step forms
By NocoBase

Break the form with many fields into multiple steps to ease the burden on users.

Block: Action panel
By NocoBase

Used to add various actions and display them as a list or large icons.

Actions

Action: Batch edit
By NocoBase

Batch edit all records or selected records. Details

Action: Batch update
By NocoBase

Batch update all records or selected records. Details

Action: Custom request
By NocoBase

Sending a request to any HTTP service supports sending context data to the target service. Details

Action: Duplicate record
By NocoBase

Duplicate a record, you can either duplicate it into a form and edit it before saving it, or you can duplicate it directly to generate a new record. Details

Action: Export records
By NocoBase

Export filtered data to excel, suitable for exporting small amount of data. Details

Action: Import records
By NocoBase

Import records using excel templates, suitable for importing small amounts of data. Details

Action: Print
By NocoBase

Calls the browser's print function to print a record. Details

Action: Scan QR code
By NocoBase

Scan QR code and redirect to the URL Details

Users & permissions

Users
By NocoBase

Provides a basic user model, as well as createdBy and updatedBy fields. Details

Access control
By NocoBase

Based on roles, resources, and actions, access control can precisely manage interface configuration permissions, data operation permissions, menu access permissions, and plugin permissions. Details

Departments
By NocoBase

Organize users by departments, set hierarchical relationships, link roles to control permissions, and use departments as variables in workflows and expressions. Details

Authentication

Authentication
By NocoBase

User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility. Details

Auth: SMS
By NocoBase

SMS authentication for NocoBase. Details

Auth: API keys
By NocoBase

Allows users to use API key to access application HTTP API. Details

Auth: CAS
By NocoBase

CAS authentication. Details

Auth: OIDC
By NocoBase

OIDC (OpenID Connect) authentication. Details

Auth: SAML 2.0
By NocoBase

SAML 2.0 authentication. Details

Auth: LDAP
By NocoBase

LDAP authentication. Details

Auth: DingTalk
By NocoBase

DingTalk authentication. Details

Auth: Wecom
By NocoBase

Wecom authentication. Details

Workflow

Workflow
By NocoBase

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes. Details

Workflow: Aggregate node
By NocoBase

Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc. Details

Workflow: Delay node
By NocoBase

Could be used in workflow parallel branch for waiting other branches. Details

Workflow: Dynamic calculation node
By NocoBase

For record under different conditions, different expressions are called for computation, which are sourced from an expression collection. Details

Workflow: HTTP request node
By NocoBase

Send HTTP requests to any HTTP service for data interaction in workflow. Details

Workflow: Loop node
By NocoBase

Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing. Details

Workflow: Manual node
By NocoBase

Used in scenarios where manual decision-making and manual data entry are required. Details

Workflow: Parallel node
By NocoBase

Provides branching processes for workflows, with branches executing in parallel. Details

Workflow: SQL node
By NocoBase

Execute arbitrary SQL statements against the database in a workflow. Details

Workflow: mailer node
By NocoBase

Send email in workflow.

Workflow: Approval event
By NocoBase

Triggered when an approval request is initiated through an action button or API. Dedicated to the approval process, with exclusive approval node and block for managing documents and tracking processing processes. Details

Workflow: Custom action event
By NocoBase

For complex data processing that cannot be handled simply by NocoBase's built-in operations (CRUD), you can define a series of operations through a workflow and trigger it with the "Trigger Workflow" button. Details

Workflow: Custom variable
By NocoBase

Used for creating custom variables or assigning value to it in workflows, to save temporary data in the process. Details

Workflow: JSON query node
By NocoBase

Used for parsing or querying values from complex JSON data (result of HTTP request or SQL etc.). Details

Workflow: Pre-action event
By NocoBase

Triggered before the execution of a request initiated through an action button or API, such as before adding, updating, or deleting data. Suitable for data validation and logic judgment before action. Details

Workflow: Response message
By NocoBase

Used for assemble response message and showing to client in form event and request interception workflows. Details

Workflow: Date&time calculation node
By NocoBase

Calculate, compare, and format dates and times. Details

Workflow: Script node
By NocoBase

Write and execute JavaScript in the node.

System management

System settings
By NocoBase

Used to adjust the system title, logo, language, etc. Details

Theme editor
By NocoBase

Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes. Details

Localization
By NocoBase

Allows to manage localization resources of the application. Details

App backup & restore
By NocoBase

Backup and restore applications for scenarios such as application replication, migration, and upgrades.

Logging and monitoring

Logger
By NocoBase

Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files. Details

Others

API documentation
By NocoBase

An OpenAPI documentation generator for NocoBase HTTP API. Details

Error handler
By NocoBase

Handling application errors and exceptions.

Mobile
By NocoBase

Provides the ability to configure mobile pages. Details

UI schema storage
By NocoBase

Provides centralized UI schema storage service.

Embed NocoBase
By NocoBase

Embed NocoBase into another system or webpage, integrating it as a part of that system or webpage. Details

Notification
By NocoBase

Send notifications to users via in-app messages, emails, SMS, etc.

Public forms
By NocoBase

Share public forms externally to collect information from anonymous users.